╔══════════════════════════════════════════════════════════════════════════════╗║ DISPLAY version 1.0 by Larry B. Hill ║╠══════════════════════════════════════════════════════════════════════════════╣║ DISPLAY is intended to be used with BATch files and DOS menus. It ║║ allows strings to be printed to any location on the screen much like ║║ BASIC does. Color attributes may be specified so that blinking, high ║║ intensity, inverse video, or combinations may be printed to the screen. ║║ DISPLAY has not been tested with a color display but should work. ║║ Listed below are some of the more popular monochrome attributes. ║║ Command usage : DISPLAY att lin col string ║║ att = 7 for normal print. ║║ 10 for high intensity. ║║ 135 for blinking normal. ║║ 143 for blinking high. ║║ 112 for inverse video. ║║ 240 for blinking inverse. ║║ lin = ranges from 1 to 24 ║║ col = ranges from 1 to 80 ║║ string = string of words to be displayed. ║║ Typing DISPLAY with no/to few parameters will show command usage. ║╚══════════════════════════════════════════════════════════════════════════════╝